etc: Remove an unused variable binding
authorAlex Crichton <alex@alexcrichton.com>
Wed, 22 Jul 2015 21:36:19 +0000 (14:36 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 23 Jul 2015 05:53:09 +0000 (22:53 -0700)
src/etc/install-deps.py

index 45c3ffb5e48465ee20277578287a3c8b9e0d8933..859a0c613279a8d602479bb2a626cac56f56a661 100644 (file)
@@ -56,7 +56,7 @@ def install_via_tarballs():
                     continue
                 name = p.replace(folder + "/", "", 1)
                 dst = "rustc-install/" + name
-                f = tar.extract(p, "rustc-install")
+                tar.extract(p, "rustc-install")
                 tp = os.path.join("rustc-install", p)
                 if os.path.isdir(tp) and os.path.exists(dst):
                     continue